← prev | next →
richitorres 2019-11-25 21:13:22
anyone is a admin on this group
richitorres 2019-11-25 21:13:27
please check this BOT
richitorres 2019-11-25 21:13:34
gsadmin1010 2019-11-25 22:29:38

Hello people
I trying install composer in my cpanel…
Some help?
gsadmin1010 2019-11-25 22:42:26
gsadmin1010 2019-11-25 22:49:45
No package php-xml available
gsadmin1010 2019-11-25 22:50:05
Not
gsadmin1010 2019-11-25 22:50:11
Is the same
gsadmin1010 2019-11-25 22:51:31
for composer install to work i’ll have to install php-xml but it doesn’t install
2019-11-25 23:15:22
Hii eveyone
2019-11-25 23:15:37
I m new here
2019-11-25 23:18:43
Can you guys guide me
2019-11-25 23:18:43
And want learn laravel
2019-11-25 23:20:15
Thank you bro
DesolatorMagno 2019-11-25 23:21:59
DesolatorMagno 2019-11-01 00:27:04
The basis sound, like, not that much, you could start by reading here, if it seems to easy for you you can try to scan it more that doing a heavy read.
https://developer.mozilla.org/en-US/docs/Learn
After that you can read about PHP, good practices and check how good is what you already know, here is a good place to start.
https://phptherightway.com/
Once finished that you can try following a video tutorial, this one is “short” directly and tell you about Framework and how they work, it can help you to understand better Laravel
https://laracasts.com/series/php-for-beginners
Once finishes that, you can start to learn more about Laravel, and there is not better place that the ofitial documentation
https://laravel.com/docs/master
A couple of good videotutorial resource for Laravel would be those:
https://laracasts.com/series/laravel-6-from-scratch
https://coderstape.com/
This my help you.
Mahdi_khani 2019-11-25 23:38:10
How to disabel csrf token?
DesolatorMagno 2019-11-25 23:41:22
Search for the middleware.
Mahdi_khani 2019-11-25 23:44:51
Tanks
iamrahulmukati 2019-11-26 04:01:37
Hello everyone,
Please suggest best source to learn Laravel from scratch 🙂
skys215 2019-11-26 04:59:58
iamrahulmukati 2019-11-26 04:01:37
Hello everyone,
Please suggest best source to learn Laravel from scratch 🙂
https://laracasts.com/series/laravel-5-fundamentals
Laravel 5 Fundamentals –
LaracastsEach year, the Laracasts
skys215 2019-11-26 05:00:06
though it’s laravel 5
StanleyMasinde 2019-11-26 08:28:38
iamrahulmukati 2019-11-26 04:01:37
Hello everyone,
Please suggest best source to learn Laravel from scratch 🙂
Documentation
pappu_019 2019-11-26 09:53:50

hello everyone.
I have just migrated laravel from another new server.
I’m continuously getting 404 for api request
pappu_019 2019-11-26 09:55:26
anyone have any idea it was working perfectly on old server.
rebory 2019-11-26 12:54:33
pappu_019 2019-11-26 09:53:50
hello everyone.
I have just migrated laravel from another new server.
I’m continuously getting 404 for api request
simple go to bootstrap folder/cache/. delete config.php file dont warry about this file it auto generated again when site is debug
rebory 2019-11-26 12:54:53
if you face error again clear broswer history
rebory 2019-11-26 12:55:48
and create route function
rebory 2019-11-26 12:55:50
Route::get(‘/clear’, function() {
$exitCode = Artisan::call(‘config:clear’);
$exitCode = Artisan::call(‘cache:clear’);
$exitCode = Artisan::call(‘config:cache’);
return ‘DONE’; //Return anything
});
rebory 2019-11-26 12:56:06
rebory 2019-11-26 12:57:33
http://localhost:8888/projectName/public/clear
rebory 2019-11-26 12:59:08
( If you working on same project in diffrent devices – it’s very helpful for you – create one time route function )
2019-11-26 14:48:22
not getting response
2019-11-26 14:48:25
please help
2019-11-26 14:49:28
always triggers error function
MatPk 2019-11-26 14:49:33
@auth()
@can(‘canLike’,$video)
<a href=”{{ url(“/p/{$video->slug}/like”) }}” class=”btn btn-success”
type=”submit”>Like: {{ $video->likes }}</a>
@endcan
@cannot(‘canLike’,$video)
<a href=”{{ url(“/p/{$video->slug}/like”) }}” class=”btn btn-success”
type=”submit”>Dislike: {{ $video->likes }}</a>
@endcannot
@endauth
@guest()
<p class=”d-inline”>برای لایک باید <span><a href=”{{ route(‘login’) }}”>وارد</a></span> شوید</p>
@endguest
how can i clean this code?
dineshmali164 2019-11-26 15:02:37
Hello guys
I am fresher in laraveI need help I am going to create e commerce website. How to set data if anybody can help me
Thanks in advance
oxbir 2019-11-26 15:09:45
How to get print from a page ?
MatPk 2019-11-26 15:10:00
oxbir 2019-11-26 15:09:45
How to get print from a page ?
jquery
oxbir 2019-11-26 15:10:33
MatPk 2019-11-26 15:10:00
jquery
NO with laravel
senhorY 2019-11-26 16:28:29
Hi. Anyone know how to find a string containing a tilde like áéó…
senhorY 2019-11-26 16:28:55
With eloquent I mean
senhorY 2019-11-26 16:30:00
where(‘name’ , ‘LIKE’, “%{$string}%”)
senhorY 2019-11-26 16:30:25
I’m doing this but it’s not returning anything
senhorY 2019-11-26 16:35:40
It works with phpmyadmin
senhorY 2019-11-26 16:35:41
Weird..
senhorY 2019-11-26 16:36:36
A simple sql query
senhorY 2019-11-26 16:36:53
Without the collate
senhorY 2019-11-26 16:37:14
I’ll be back in some minute
senhorY 2019-11-26 16:37:23
I’ll tell you if I can fix it
← prev | next →