Oussama

Results 13 comments of Oussama

what you are trying to do here! can you explain more.

hey, @akrabat any news about the translation? I would translate the website to the Arabic language too if you like.

Hello, @mainadennis Sorry for the late response. It seems some tests failed, can you run the tests in your end, and see what's wrong exactly! Thanks for your time/PR.

Hey, @mainadennis. The codebase has been update, consider to pull the latest changes, and try again. Thanks!

@amit-viacon, this package is wonderful and free, If you have any issue using it. Kindly make a PR and make it great again? Plus, Why do you create the same...

>Asset helper returns a URL. You don't want a URL when working with files, you want a PATH that the filesystem can understand > try storage_path/public_path instead ```php $img =...

Maybe you can fit your needs at the moment by ```html {{__(setting('banner-1.button_text'))}} ``` and translate your words in `resources/Lang/your-language.json`

Is this a solution or an issue? As you wrote in the issue description import `App\Models\Product` in your controller

Thanks, @krekas There's a default user model, for tests purposes, [here](https://github.com/coderflexx/laravel-ticket/blob/main/tests/Models/User.php), you can use `Coderflex\LaravelTicket\Tests\Models\User` namespace for the `User` model. Here's an [example](https://github.com/coderflexx/laravel-ticket/blob/main/tests/Feature/TicketRelationsTest.php#L80)

Closing this PR, since it does not meet the requirements, and replaced with #16 You may want to take a look at it. Thanks for your contribution @krekas!