Laravel application for CASN organization with modern web features.
An in-depth paragraph about your project and overview of use.
- PHP ^8.2
- Composer
- Node.js and npm
- Laravel Framework ^11.9
- Static content (no database required)
- Clone the repository
- Run
composer installto install PHP dependencies - Run
npm installto install Node.js dependencies - Copy
.env.exampleto.envand configure your environment variables - Generate application key with
php artisan key:generate
- Start the Laravel development server
- Run
php artisan serveto start the PHP server - Run
npm run devto compile assets
php artisan serve
npm run dev
Any advise for common problems or issues.
php artisan --help
Contributors names and contact info
PP Solutions Przemysław Pietrzak contact@pietrzakprzemyslaw.pl
This project is licensed under the MIT License - see the LICENSE.md file for details
Inspiration, code snippets, etc.