Muah

Results 196 comments of Muah

u can do it on ur own by simply wrapping all in a route prefix ```php Route::group(['prefix' => 'b2b'], function () { // all ur routes goes in here });...

@mcamara i think we can add a new config for this so it gets prepended to the locales

i dont think its possible to have an array, cuz now you will need to have somthing that define which prefix you want to use at which time/case

@HashmatWaziri i no longer have this issue, if u still have urs, plz open a new ticket.

issue sadly still exists 😢 , it might work a few times b4 it fails, but surely it will.

503 in here ```shell Illuminate\Http\Client\RequestException HTTP request returned status code 503:

@approached i was having the same problem till i found this ticket, as mostly the path will be either `/usr/bin` or `/usr/local/bin`. so maybe the package can check internally for...

hi @cztomczak i've made a laravel example based on the above to connect/disconnect mariadb on app start & shutdown but i have a couple of issues - first: the `index.php`...

**update** i think i've found the reason, what happens is that any process that runs through `phpdesktop` in our case `running the db` is considered a child of that process,...