laravel 11

event service provider not avaialble 


we have to geenrate providers


api.php not there, we have to geernater


middleware register not there in kernel.php, we have to register at bootstrap/app/php



base controller 

<11

class Controller extends BaseController
{

=

class BaseController extends Controller
{
}

=

laravel 11

<?php

namespace App\Http\Controllers;

abstract class Controller
{
//
}

=


php artisan about to know the total features 

php artisan make;interface 

php artisan make:class services/emailservicve


No comments:

Post a Comment

server laravel application

 asset_url = domain/public chmod -R 755 public/admin/ composer dump-autoload get the application from hostinger