-
Copy .env.example to .env
cp .env.example .env
-
create an sqlite database
touch database/database.sqlite
-
install composer and generate app
composer install
php artisan key:generate
-
Install package and build
npm install
npm run dev
-
Seed dummy data
php artisan migrate:fresh php artisan db:seed
-
Turn on Server
php artisan db serve
-
Login details for admin
[email protected]
password
-
To view Users frontend
[email protected]
password
-
Notifications
You must be signed in to change notification settings - Fork 0
stanleybenjamin/InventoryAssignment
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Inventory Management and Store
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published