A demo app using Laravel 8, Bootstrap 4 CSS Framework, jQuery JS Framework, and VueJS Framework. This app is not meant to be in production but contains code that uses different functionalities with the Laravel Framework.
- PHP8 or higher (not tested with PHP8)
- Laravel 9
- Composer
- NodeJS
- git clone [email protected]:w1n78/projectwiz.git [path/folder]
- cd [path/folder]
- composer install
- cp .env.example .env
- php artisan key:generate
- Edit the .env file to match your environment.
- npm install
- npm run dev
If using Laravel Sail, adjust the docker-compose.yml file to suit your needs.
- Laravel authentication (custom)
- Eloquent relationships
- Database migration files
- Model factories
- Seeder files
- More custom authentication examples