Exam Laravel Helper
Offline VS Code helper for a Laravel practical exam.
No AI features. No npm is required while using the extension. The commands only create or patch plain Laravel files from static templates.
Suggested order
- Create Laravel project with Composer.
- Run
composer require laravel/ui.
- Run
php artisan ui bootstrap --auth.
- Run
Exam Laravel: Prepare SQLite .env.
- Run
Exam Laravel: Remove @vite / npm Need.
- Run
Exam Laravel: Patch Laravel UI Auth To Login.
- Run
Exam Laravel: Create Admin Users CRUD.
- Run
Exam Laravel: Create Admin Seeder.
- Run
php artisan migrate.
- Run
php artisan db:seed --class=AdminSeeder.
- Run
php artisan serve.
Default admin:
- login:
admin
- password:
admin123
Use the commands from Command Palette: Ctrl+Shift+P.
| |