Skip to content

Instantly share code, notes, and snippets.

@ajlirap
ajlirap / Commands.md
Last active September 2, 2025 16:01
Php commands laravel 12
composer create-project laravel/laravel BooksApi
php artisan make:migration CreateBooksTable --create=books
php artisan make:controller AuthorController