- Copy .env.example to .env and configure it
- Setup the application and install dependencies
./develop install
- Start the Application
./develop start
- Configure the database in PHPStorm
- Import the database file
./develop start
- Stats the environment in background and serve the application at localhost./develop stop
- Stops the environment./develop install
- Install the Application when needed and install dependencies./develop build
- Build docker containers./develop run app bash
- Run bash environment in app container
./develop npm run dev
- Onetime compilation of js and sass files (development mode)./develop npm run watch
- Stats the file watching process that automatically compiles the js and sass files./develop npm run prod
- Onetime compilation of js and sass files (production mode)
./develop art key:generate
- Set the application key
./develop art cache:clear
- Flush the application cache
./develop art db:seed
- Seed the database with records./develop art db:wipe
- Drop all tables, views, and types
./develop art route:list
- List all registered routes