DeveloperBreeze

Generate Model, Controller, and Middleware in Laravel

# Generate a model named 'MyModel'
php artisan make:model MyModel

# Generate a controller named 'MyController'
php artisan make:controller MyController

# Generate a middleware named 'MyMiddleware'
php artisan make:middleware MyMiddleware

Continue Reading

Handpicked posts just for you — based on your current read.

Discussion 0

Please sign in to join the discussion.

No comments yet. Start the discussion!